vendor/golang.org/x/crypto/cryptobyte.String.readASN1Int64 (method)

2 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L277: 		if !s.readASN1Int64(&i) || reflect.ValueOf(out).Elem().OverflowInt(i) {
		asn1.go#L350: func (s *String) readASN1Int64(out *int64) bool {